Adobe AIR

Adobe AIR
Developer(s) Adobe Systems
Initial release February 25, 2008; 4 years ago (2008-February-25)
Stable release 3.1.0.4880 / November 11, 2011; 3 months ago (2011-11-11)
Development status Active
Operating system Microsoft Windows
Mac OS X
Android
iOS
BlackBerry Tablet OS
Linux (Discontinued since v2.6)[1]
Platform IA-32, x64, ARM and MIPS
Available in English
Type Run-time environment
License Freeware (Proprietary)[2]
Website www.adobe.com/products/air/

Adobe Integrated Runtime, also known as Adobe AIR, is a cross-platform runtime environment developed by Adobe Systems for building Rich Internet Applications (RIA) using Adobe Flash, Adobe Flex, HTML, and Ajax, that can be run as desktop applications or on mobile devices. The runtime supports installable applications on Windows, Linux, Mac OS and some mobile operating systems such as iOS and Android.

With AIR, Adobe intends to provide a versatile runtime-environment that allows existing Flash, ActionScript, or HTML and JavaScript code to be used to construct Internet-based applications that have many of the characteristics of more traditional desktop-like programs. Adobe positions it as a browser-less runtime for RIAs that can be deployed onto the desktop, rather than as a full-fledged application framework. An application deployed in a browser does not require installation, while one deployed with AIR requires the application be packaged, digitally signed, and installed on the user's local file system. This provides access to local storage and file systems, while browser-deployed applications are more limited in where and how data can be accessed and stored.[3]

Adobe AIR internally uses Adobe Flash Player as the runtime environment, and ActionScript 3 as the sole programming language. Flash applications must specifically be built for the Adobe AIR runtime in order to utilize additional features provided, such as file system integration, native client extensions, native window/screen integration, taskbar/dock integration, and hardware integration with connected Accelerometer and GPS devices.[4] AIR enables applications to work with data in multiple different ways, including local files, local SQLite databases for which AIR has inbuilt support, a database server via web services, or the encrypted local store included with AIR.

Contents

Availability

The latest version of Adobe AIR, Version 3, contains Adobe Flash Player 11, and is available for Windows (XP and newer) and Mac OS X.[5] Official support for desktop Linux distributions ceased in June 2011 with version 2.6,[6] though AIR 3 is supported on select mobile operating systems, Android (ARM Cortex-A8 and above[7]) and Apple iOS.[5]

In January 2009, Adobe claimed that there were over 100 million installations of Adobe AIR worldwide, and that "the majority of AIR runtime installations occur at the time the first AIR application is installed by a user".[8] The large number of installations is actually because Adobe AIR was included with all downloaded installations of Adobe Reader 9 (released in July, 2008), Adobe Photoshop, Adobe Lightroom, with no option for exclusion either in the download or in the installation.[9] As of August 2010 Adobe still bundles Adobe AIR (along with the application Acrobat.com) with the Adobe Reader 9.3 download, with no option for exclusion, and the installation file for Adobe Reader 9.3 also installs Adobe AIR.

Release history

"Apollo" 1.0 Betas

Adobe made a public preview release of AIR (then called Apollo) along with a software development kit (SDK) and extension for developing Apollo applications with the Flex framework, on March 19, 2007.

On June 10, 2007, Apollo was renamed to AIR and a public beta release of the runtime was launched. Public beta 2 of AIR SDK was released on October 1, 2007. Public beta 3, was released on December 12, 2007.

Adobe AIR 1.0

Version 1.0 of the Adobe AIR runtime and SDK was released on February 25, 2008.

Adobe AIR 1.1

Version 1.1 of Adobe AIR was released on June 16, 2008. This release included a number of new features including:

In addition, version 1.1 includes support for Microsoft Windows XP Tablet PC Edition and 64-bit editions of Windows Vista Home Premium, Business, Ultimate, and Enterprise.[10]

Adobe AIR 1.5

Adobe AIR 1.5 was released on November 17, 2008. New capabilities included:

Adobe AIR 1.5.1

Released on February 24, 2009, AIR 1.5.1 was primarily a compatibility update that includes bug fixes and security updates.

Adobe AIR 1.5.2

Released on July 30, 2009, AIR 1.5.2 introduced a number of minor new features and compatibility issues. Some of important fixes included:

Adobe AIR 1.5.3

Adobe AIR 1.5.3 was released on December 8, 2009. It included fixes for a number of compatibility and security related issues. The BBC iPlayer Desktop manager v1.5.15695.18135 is the first version to use AIR 1.5.3.

AIR 2.0

The Adobe AIR 2 public beta was released on November 16, 2009 followed by the beta 2 on February 2, 2010 and the release candidate on May 11, 2010. In addition, Adobe AIR for Android was announced on February 12, 2010. AIR 2 was officially released for Windows, Mac OS and Linux on June 10, 2010 and Android on October 8, 2010. It dropped support for PowerPC Macs.

AIR 2.5

Adobe AIR 2.5 was released on October 24, 2010 at the Adobe MAX 2010 conference.[13]

AIR 2.6

Adobe AIR 2.6 was released on February 24, 2011 for Android devices.[14] Another update was released on March 22, 2011 for updated Apple iOS support.[15]

AIR 2.7

Adobe AIR 2.7 was released on June 14, 2011. [16] Linux support was dropped. [17]

AIR 3.0

Adobe released Adobe AIR 3.0 on October 3, 2011. [18] AIR 3.0 included support for native 64-bit CPU architecture, hardware accelerated graphics rendering, captive runtime, JPEG-XR image format, LZMA compression for SWF files, and H.264 encoding.[19]

AIR 3.1

Adobe released adobe air 3.1 on November 11 2011

Application development

Adobe AIR supports Flash applications by running them within a contained Flash Player instance, and HTML/JavaScript/Ajax web applications by running them within the included WebKit rendering engine. Multiple instances of the browser can be started within a single AIR application, but JavaScript content executes with some security limitations.

Adobe has provided a free SDK in order to build AIR applications, known as the AIR SDK. The AIR SDK allows developers to use any text editor such as Notepad++ or FlashDevelop (an IDE) to edit ActionScript source code (.as files), and then build a corresponding AIR application or AIR installer (.air file) from the same.

Adobe provides for AIR HTML/JavaScript development with Adobe Dreamweaver CS5, although any other HTML editor or text editor can be used.[20]

ActionScript

Adobe AIR applications can be built either with the Adobe Flex Framework, or without. The framework is an integrated collection of stylable Graphical User Interface, data manipulation and networking components, and applications built upon it are known as "Flex" applications. Applications built without the framework depend entirely on the developer's own skills and artistic abilities, and are commonly known as "pure ActionScript" projects.

In both methods, developers can access the full Flash Player set of functionalities, including text, vector graphics, bitmap graphics, video, audio, camera and microphone support, among others. Adobe AIR also includes additional features such as file system integration, native extensions, native desktop integration, and hardware integration with connected devices.

Adobe provides two ways of developing AIR applications in ActionScript:

Third-party development environments that target the AIR runtime are also available:

JavaScript

Adobe AIR supports a subset of JavaScript, which does not support dynamic execution of code when running in the application sandbox. According to the Adobe, this restriction is designed to prevent malicious remote content from attacking a user's system.[21] Due to this restriction, JavaScript frameworks that make use of dynamic JavaScript functions like eval() were not initially compatible with Adobe AIR. However, several frameworks including Dojo Toolkit, jQuery, and ExtJS were updated to support Adobe AIR's application sandbox. Some frameworks like MooTools were already compatible.

Dreamweaver CS4/CS3 requires an additional extension to compile AIR applications,[22] as does Flash CS3 in the form of an update.[23] The cross-platform nature of the runtime means any HTML editor, coupled with the AIR SDK, can create AIR applications.

Criticisms

Some developers have complained about certain lacking features on Adobe AIR for Android, such as acoustic echo cancellation[24], which causes AIR applications to suffer from some echo issues.

References

  1. ^ "System requirements". Adobe AIR website. Adobe Inc. http://www.adobe.com/products/air/systemreqs/. Retrieved 2011-09-07. "Adobe is increasingly investing in mobile devices. As such, we are changing our distribution model for Linux® and will no longer invest in the development of a desktop Linux operating system version of Adobe® AIR® or the AIR SDK. The last version to support desktop Linux is AIR 2.6." 
  2. ^ "Adobe AIR 1.1 EULA" (PDF). Adobe Systems. 4 February 2008. http://www.adobe.com/products/eulas/pdfs/Adobe_AIR.pdf. Retrieved 15 March 2011. 
  3. ^ "Adobe AIR: Browser vs. Desktop". Adobe Systems. http://www.adobe.com/products/air/comparison/. Retrieved 15 March 2011. 
  4. ^ [www.adobe.com/products/air.html Adobe AIR 3], Adobe
  5. ^ a b iOS features in Adobe AIR 2.6, Adobe Devnet
  6. ^ http://kb2.adobe.com/cps/521/cpsid_52132.html
  7. ^ "Flash Player 10.1 – Installations and updates". http://www.flashmobileblog.com/2010/03/02/flash-player-10-1-installations-and-updates/. Retrieved 2010-11-19. 
  8. ^ Ludwig, Adrian (28 January 2009). "AIR passes 100 million installations". Adobe AIR Team Blog. Adobe Systems. http://blogs.adobe.com/air/2009/01/air_passes_100_million_install.html?sdid=EENCL. Retrieved 15 March 2011. 
  9. ^ Gottwals, Steve (27 June 2008). "Adobe Reader 9 is Here!". Adobe Reader Blog. Adobe Systems. http://blogs.adobe.com/adobereader/2008/06/adobe_reader_9_is_here_1.html. Retrieved 15 March 2011. 
  10. ^ "Adobe AIR 1.1 FAQ" (PDF). Adobe Systems. 16 June 2008. http://download.macromedia.com/pub/air/documentation/1_1/adobe_air_1-1_faq.pdf. Retrieved 15 March 2011. 
  11. ^ "Adobe release AIR for Linux". Heinz Heise. 18 December 2008. http://www.h-online.com/newsticker/news/item/Adobe-release-AIR-for-Linux-739415.html. Retrieved 15 March 2011. 
  12. ^ "AIR for Linux:Release Notes". Adobe Systems. 31 March 2008. Archived from the original on 27 May 2008. http://web.archive.org/web/20080527094324/http://labs.adobe.com/wiki/index.php/AIR_for_Linux:Release_Notes. Retrieved 15 March 2011. 
  13. ^ Hu, Michael (24 October 2010). "Adobe AIR 2.5 is Now Available!". Adobe AIR Team Blog. Adobe Systems. http://blogs.adobe.com/air/2010/10/adobe-air-2-is-now-available.html. Retrieved 15 March 2011. 
  14. ^ "Adobe AIR Team Blog". Adobe Systems. http://blogs.adobe.com/flashplayer/2011/02/adobe-air-2-6-for-android-is-now-available.html. Retrieved 20 April 2011. 
  15. ^ "Adobe AIR Team Blog". Adobe Systems. http://blogs.adobe.com/flashplayer/2011/03/adobe-air-2-6-sdk-now-available-with-updated-ios-support.html. Retrieved 20 April 2011. 
  16. ^ "Adobe AIR Team Blog". Adobe Systems. http://blogs.adobe.com/flashruntimereleases/2011/06/14/air-2-7-runtimes-and-sdk-are-now-available. Retrieved 14 June 2011. 
  17. ^ "Adobe AIR Team Blog". Adobe Systems. http://www.adobe.com/products/air/faq/. Retrieved 14 June 2011. 
  18. ^ "Adobe AIR Team Blog". Adobe Systems. http://blogs.adobe.com/flashplayer/2011/10/adobe-flash-player-11-air-11-available-later-today.html. Retrieved 04 Oct 2011. 
  19. ^ "Adobe AIR 3 Features". Adobe Systems Incorporated. http://www.adobe.com/products/air/features._sl_id-contentfilter_sl_featuredisplaytypes_sl_new.html. Retrieved 4 October 2011. 
  20. ^ "Getting started with Adobe AIR for HTML/JavaScript developers". Adobe Systems. 24 August 2010. http://www.adobe.com/devnet/air/articles/getting_started_air_js.html. Retrieved 15 March 2011. 
  21. ^ "ADOBE® AIR™ 1.5 Security White Paper" (PDF). Adobe Systems. 2008. p. 6. http://help.adobe.com/en_US/AIR/1.5/air_security/air_security.pdf. Retrieved 24 March 2011. 
  22. ^ "Adobe - AIR: Tools for Ajax". Adobe Systems. http://www.adobe.com/products/air/tools/ajax/#section-2. Retrieved 15 March 2011. 
  23. ^ "Adobe Flash - Downloads". Adobe Systems. 17 November 2008. http://www.adobe.com/support/flash/downloads.html#flashCS4. Retrieved 15 March 2011. "Adobe AIR 1.5 Update for Flash CS4 Professional" 
  24. ^ "AEC in Android not working". Adobe Systems. https://bugbase.adobe.com/index.cfm?event=bug&id=2901450. Retrieved 15 November 2011. 

Further reading

External links